Skip to content

Commit

Permalink
Update abstraction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Oct 20, 2023
1 parent d5fd3a2 commit ea042f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/abstraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _:blank rdf:type owl:DatatypeProperty .
_:blank rdfs:label "numeric_attribute" .
_:blank rdfs:domain :EntityName .
_:blank rdfs:range xsd:decimal .
_:blank askomics:uri :numeric_attribute_uri
_:blank askomics:uri :numeric_attribute_uri .
```

## Text
Expand All @@ -70,7 +70,7 @@ _:blank rdf:type owl:DatatypeProperty .
_:blank rdfs:label "text_attribute" .
_:blank rdfs:domain :EntityName .
_:blank rdfs:range xsd:string .
_:blank askomics:uri :text_attribute_uri
_:blank askomics:uri :text_attribute_uri .
```

## Category
Expand All @@ -83,7 +83,7 @@ _:blank rdf:type askomics:AskomicsCategory .
_:blank rdfs:label "category_attribute" .
_:blank rdfs:domain :EntityName .
_:blank rdfs:range :category_attributeCategory .
_:blank askomics:uri :category_attribute_uri
_:blank askomics:uri :category_attribute_uri .
:category_attributeCategory askomics:category :value_1 .
:category_attributeCategory askomics:category :value_2 .
Expand Down

0 comments on commit ea042f4

Please sign in to comment.