Skip to content

Commit

Permalink
Minor typo onto.ttl (create-organization modelet)
Browse files Browse the repository at this point in the history
rdsf -> rdfs
  • Loading branch information
gnardin authored Oct 6, 2023
1 parent f4dbcc4 commit 306e15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/logistics/create-organization/onto.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
:proposesFacility a owl:ObjectProperty ;
rdfs:isDefinedBy :regulation ;
rdfs:domain :Organization ;
rdsf:range :Facility ;
rdfs:range :Facility ;
rdfs:comment "A relation that refers to a Facility made available to Artifacts in the context of an Organization."@en ;
rdfs:label "proposes facility"@en, "fournit de facilité"@fr .

0 comments on commit 306e15d

Please sign in to comment.