@prefix dcat: <http://www.w3.org/ns/dcat#> . 
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix did:   <https://w3id.org/dob/id/> .
@prefix ib1: <https://registry.core.trust.ib1.org/ns/1.0#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

did:did-api a dcat:DataService ;
    dct:title "did result API"@en ;
    dct:description "API to get xRI data assets such as RGB, IR and Lidar images."@en ;
    dct:publisher did:xri ;
    dct:conformsTo <https://github.com/abc-rp/asset-api-docs/blob/v0.0.1/README.md> ; 
    dcat:endpointDescription <https://github.com/abc-rp/asset-api-docs/blob/v0.0.1/schema-v1.oas.json> ;
    dcat:endpointURL <https://didapi.io/v1/result/> ;
    ib1:sensitivityClass ib1:IB1-SB ; # requires bilateral contract negotiation
    dcat:version            "v0.0.1" ;
    dcat:versionNotes       "pre-release alpha version"@en ;
.