@prefix cc: . @prefix void: . @prefix org: . @prefix odrs: . @prefix ssd: . @prefix owl: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix version: . @prefix qb: . @prefix dgu: . @prefix ui: . @prefix dct: . @prefix rdf: . @prefix reg: . @prefix ldp: . @prefix time: . @prefix api: . @prefix vann: . @prefix vs: . @prefix prov: . @prefix foaf: . @prefix dc: . @prefix dcat: . a owl:ObjectProperty ; rdfs:domain ; rdfs:label "isPrefixedBy" ; rdfs:range ; dct:description "This Container has prefixes defined by that Resource, a list of prefix definitions." . a owl:Class ; rdfs:label "Array" ; rdfs:subClassOf ; dct:description "A multi-dimensional array of literals." . a owl:ObjectProperty ; rdfs:domain ; rdfs:label "contains" ; rdfs:range ; dct:description "The Container contains the Resource. " . a owl:ObjectProperty ; rdfs:domain ; rdfs:label "target" ; rdfs:range ; dct:description "The Array a Reference targets." . a owl:Class ; rdfs:label "Reference" ; rdfs:subClassOf ; dct:description "The definition of a reference from one Array to another." . a owl:Class ; rdfs:label "Resource" ; rdfs:subClassOf rdfs:Resource ; dct:description "A resource being described by metadata." . a owl:DatatypeProperty ; rdfs:domain ; rdfs:label "source reference shape" ; dct:description "The shape of the source Array in the array reference relation. Only expected if this shape differs from the source Array's own shape." . a owl:DatatypeProperty ; rdfs:domain ; rdfs:label "shape" ; dct:description "The shape of the Array." . a owl:ObjectProperty ; rdfs:domain ; rdfs:label "references" ; rdfs:range ; dct:description "This Array references that Reference. " . a owl:ObjectProperty ; rdfs:domain ; rdfs:label "isAliasedBy" ; rdfs:range ; dct:description "This Container is aliased by this Resource, an alias graph." . a reg:Register , owl:Ontology , ldp:Container ; rdfs:label "Binary Array LD" ; rdfs:member , , , , , , , , , , , , , ; dct:description "Binary Array Linked Data Ontology" ; ldp:hasMemberRelation rdfs:member . a owl:Class ; rdfs:subClassOf dcat:Dataset ; rdfs:label "Container" ; rdfs:subClassOf ; dct:description "A Resource which may contain other Resources." . a owl:DatatypeProperty ; rdfs:domain ; rdfs:label "target reference shape" ; dct:description "The shape of the target array in the array reference relation. Only expected if this shape differs from the target array's own shape." . a owl:DatatypeProperty ; rdfs:domain ; rdfs:label "first value" ; dct:description "The first value in the data payload of a 1 dimensional array. " . a owl:DatatypeProperty ; rdfs:domain ; rdfs:label "last value" ; dct:description "The last value in the data payload of a 1 dimensional array. " .