From 1f77b661f668a27862c1b2346eb7748c6d5ef497 Mon Sep 17 00:00:00 2001 From: klngwll Date: Tue, 21 Feb 2023 16:39:58 +0100 Subject: [PATCH] Add binding property and class --- source/vocab/details.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/vocab/details.ttl b/source/vocab/details.ttl index ac6ff2f24..2853d4d60 100644 --- a/source/vocab/details.ttl +++ b/source/vocab/details.ttl @@ -1160,6 +1160,16 @@ owl:sameAs :organizationOfMaterial . ## +:binding a owl:ObjectProperty; + rdfs:label "Binding method"@en, "Bindningsmetod"@sv; + rdfs:domain :Instance; + rdfs:range :Binding; + owl:equivalentProperty bf2:binding . + +:Binding a owl:Class; + rdfs:label "Binding method"@en, "Bindningsmetod"@sv; + owl:equivalentProperty bf2:Binding . + # Notes :note a owl:DatatypeProperty;