SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

corporate responsibility
Assurity Consulting, Knowledge > Workplace Guides > Corporate responsibility (CR) - why is it important? ([Internet, 2021-07-05](https://www.assurityconsulting.co.uk/knowledge/guides/corporate-responsibility-cr-why-is-it-important))
USG: frequent spelling variant: Corporate Social Responsibility; EXP: the field of topics covered by CR (social and environmental issues) is generally wider than that associated with corporate social responsibility (CSR)
after Commerzbank, Insights: Five drivers of sustainable trade, 2015, p. 12 (Internet, 2022-08-10) and I. Montiel, Corporate Social Responsibility and Corporate Sustainability, in: Organization & Environment, Vol. 21 No 3, 2008, p. 246 ([Internet, 2022-08-10](https://www.researchgate.net/profile/Ivan-Montiel/publication/228128272_Corporate_Social_Responsibility_and_Corporate_Sustainability_Separate_Pasts_Common_Futures/links/0f317537e5a5636536000000/Corporate-Social-Responsibility-and-Corporate-Sustainability-Separate-Pasts-Common-Futures.pdf))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Outgoing Relationships

property object
has part CR
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part corporate social responsibility
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.