@prefix rdf: . @prefix dbo: . @prefix owl: . dbo:computingPlatform rdf:type owl:ObjectProperty , rdf:Property . @prefix rdfs: . @prefix ns4: . dbo:computingPlatform rdfs:subPropertyOf ns4:coparticipatesWith . @prefix wikidata: . dbo:computingPlatform owl:equivalentProperty wikidata:P400 ; rdfs:domain dbo:Software ; rdfs:comment "some sort of hardware architecture or software framework, that allows this software to run"@en ; owl:sameAs dbo:computingPlatform ; rdfs:label "computing platform"@en . @prefix prov: . @prefix ns7: . dbo:computingPlatform prov:wasDerivedFrom ns7:computingPlatform .